Skip to main content

I gave Google's SWE'2021 STEP Internship Test

· One min read

In google's step internship test, there were total 3 questions:

  • 1 question related to string manipulation. (Average difficulty)
  • 1 Dynamic programming question, needing implementation of optimal path finding algo. (Very Hard)
  • 1 simple array problem. (Easy)

The platforms which will be most helpful to prepare for the test:

  • HackerRank
  • Google Competitions Platform
  • Leetcode

The languages best for Competitive Programming:

  • C++
  • Python